runtime._panic.recovered (field)
7 uses
runtime (current package)
panic.go#L604: if p.recovered {
panic.go#L776: if d._panic != nil && d._panic.recovered {
panic.go#L915: if done && !d._panic.recovered {
panic.go#L940: if p.recovered {
panic.go#L1047: if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
panic.go#L1048: p.recovered = true
runtime2.go#L1041: recovered bool // whether this panic is over
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |